CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小生成树 prim

搜索资源列表

  1. Prim_gao

    0下载:
  2. Prim 算法寻找最小生成树,用C语言实现,有完整的注释!-Prim algorithm to find the minimum spanning tree, using C language, a complete Notes!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1432
    • 提供者:gao
  1. 普里姆算法

    0下载:
  2. 利用prim算法来计算最小生成树,对于数据结构学习者有很大帮助,利用邻接矩阵来存储图-Prim algorithm used to calculate the minimum spanning tree, the data structure for the learner is very helpful to use the adjacency matrix storage plan
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:5891
    • 提供者:赵麟
  1. pri算法

    0下载:
  2. 这是一个数据结构的课程设计采用最小生成树的PRIM算法-This is a data structure courses designed using the minimum spanning tree algorithm PRIM
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5140
    • 提供者:pzh
  1. myprim

    1下载:
  2. 一个用Prim算法求解图的最小生成树,图是通过矩阵来建立。-an algorithm using the minimum spanning tree, the plan is to build through the matrix.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1162
    • 提供者:傅蓉蓉
  1. biaohao

    0下载:
  2. 最大流量Prim 算法寻找最小生成树,用C语言实现,有完整的注释-maximum flow Prim finding minimum spanning tree algorithm, using C language, a complete Notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:DoDoggy
  1. prim_rar

    0下载:
  2. prim算法 是一个比较常见的求最小生成树的算法,它用贪婪准则来编写算法的!-prim algorithm is a more common for the minimum spanning tree algorithm, which used to prepare guidelines for the greedy algorithm!
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:louy
  1. sting6.doc

    0下载:
  2. 普里姆构造最小生成树算法 图或网的邻接矩阵表示及其上基本算法的实现-prim minimum spanning tree algorithm tectonic map of the network or matrix and adjacency on the realization of basic algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2928
    • 提供者:CJX
  1. prim

    0下载:
  2. 最小生成树算法,利用c语言编写,用vc++运行即可-Minimum spanning tree algorithm, using c language, can be run using vc++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:528
    • 提供者:张飞
  1. greedy

    0下载:
  2. 1)编程实现背包问题贪心算法和最小生成树prim算法。通过具体算法理解如何通过局部最优实现全局最优,并验证算法的时间复杂性。 2)输入5个的图的邻接矩阵,程序加入统计prim算法访问图的节点数和边数的语句。 3) 将统计数与复杂性函数所计算的比较次数比较,用表格列出比较结果,给出文字分析。 4)背包问题的实验数据如下表:n=8,m=110 -1) programming to implement the knapsack problem greedy algorithm and
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12412
    • 提供者:陈倩
  1. prim

    0下载:
  2. C语言实现普里姆算法 根据无向网构造最小生成树-C language implementation Prim algorithm based on minimum spanning tree in undirected network structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:haan36u195
  1. prim

    0下载:
  2. 使用prim算法生成最小生成树,并输出矩阵-The use of prim algorithm to generate the minimum spanning tree, and the output matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:310197
    • 提供者:林翔
  1. prim

    0下载:
  2. 普里姆(Prim)算法是一种构造性算法。用于求最小生成树。-Prim algorithm is used for solving the minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1691
    • 提供者:小小
  1. Prim

    0下载:
  2. 经典的prim算法,采用贪心策略,求一个给定的加权连通图的最小生成树。- The classic prim algorithm, using the greedy strategy, for a given weighted connected graph of the minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:172985
    • 提供者:sr
  1. CHENGXU

    0下载:
  2. 用MATLAB实现最小生成树prim和kruskal的程序。-Using MATLAB to achieve the minimum spanning tree prim and Kruskal procedures 双语对照
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2223
    • 提供者:su
  1. 741394

    0下载:
  2. 此程序使用最小生成树Prim算法,用户输入图的输入文件名,程序读此文件-This procedure using minimum spanning tree Prim algorithm, user input figure input file name, program to read this file
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:7168
    • 提供者:ayzil
  1. hbgmiq

    0下载:
  2. 此程序使用最小生成树Prim算法,用户输入图的输入文件名,程序读此文件-This procedure using minimum spanning tree Prim algorithm, user input figure input file name, program to read this file
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-21
    • 文件大小:7168
    • 提供者:ucsslutwon
  1. 616191算法作业

    0下载:
  2. 1.二分搜索技术2.最接近点对问题3.矩阵连乘问题4.电路布线5.单源最短路径Dijkstra算法6.最小生成树Prim算法7.最小生成树Kruskal算法C语言写的,全部能运行!(algorithm design assignment)
  3. 所属分类:其他

  1. lhsshh

    0下载:
  2. 此程序使用最小生成树Prim算法,用户输入图的输入文件名,程序读此文件(This procedure using minimum spanning tree Prim algorithm, user input figure input file name, program to read this file)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:idcrxl
  1. 628227

    0下载:
  2. 此程序使用最小生成树Prim算法,用户输入图的输入文件名,程序读此文件()
  3. 所属分类:按钮控件

    • 发布日期:2018-01-04
    • 文件大小:6144
    • 提供者:joymjbd
  1. 1718460

    0下载:
  2. 最小生成树Prim算法 rar 谢谢指教!~()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:157696
    • 提供者:gjhkb%406020
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com